-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Adding finetuning samples and tests #43749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/azure-ai-projects/2.0.0b1
Are you sure you want to change the base?
Conversation
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
sdk/ai/azure-ai-projects/samples/finetuning/sample_finetuning_dpo_job.py
Outdated
Show resolved
Hide resolved
sdk/ai/azure-ai-projects/samples/finetuning/sample_finetuning_oss_models_supervised_job.py
Outdated
Show resolved
Hide resolved
sdk/ai/azure-ai-projects/samples/finetuning/sample_finetuning_oss_models_supervised_job.py
Outdated
Show resolved
Hide resolved
sdk/ai/azure-ai-projects/samples/finetuning/sample_finetuning_supervised_job.py
Show resolved
Hide resolved
sdk/ai/azure-ai-projects/samples/finetuning/sample_finetuning_dpo_job.py
Show resolved
Hide resolved
|
Please update https://microsoft-my.sharepoint.com/:x:/p/dcohen/IQBab1pCpJAkQ7e-XPUpXiOuAY_le6sw3t0VvKnsNu6YMjQ?e=YHam4v&nav=MTVfezAwMDAwMDAwLTAwMDEtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMH0 when you are done to reflect the status after your PR completes. Thanks! |
| azure_ai_projects_azure_subscription_id="00000000-0000-0000-0000-000000000000", | ||
| azure_ai_projects_azure_resource_group="sanitized-resource-group", | ||
| azure_ai_projects_azure_aoai_account="sanitized-aoai-account", | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
names like "azure_ai_projects_azure_subscription_id" will not work... did it work for you? From my experience it has to start with "azure_ai_projects_tests", the 2nd value passed in to functools.partial(.
It's okay to have two sets of env variables in .env.template file. One targeting test and the other samples. We can discuss later if we want to simplify.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines